positionY

Defines the Y positioner function for this widget, Y being the top edge of the widget, border included.

The default position function centers the widget vertically on the screen

Return

Builder - this builder for further use

Author

fzzyhmstrs

Since

0.2.0

Parameters

positionY

BiFunction - The Y position BiFunction: (Screen Height, Popup Height) -> Y position, globally on the screen

See also